CDISC Builderâ„¢  2.1 - Installation Test Scripts - %contents
The following documentation contains test scripts and expected results for validating the CDISC Builder tool.  Do the following to verify proper installation:
  • Perform each test by performing the steps specified by the instructions.  
  • Evaluate the results of each step by comparing them with results described in the Documentation column. 
Script Description Documentation
contents1.sas Test the condition of missing source dataset.
Test the condition where the source dataset does not exist.
Test the condition where specified dataset does not exist in the data source.
 
Instructions 1

contents1.log

contents2.sas Test the condition where input data set is one level name.
Test the condition where input data set is multiple two level names.
Instructions 2
content2a.html
content2b.html
contents3.sas Test the condition of invalid report type. Instructions 3

contents3.log

contents4.sas Test the condition where report type is not specified.

Test the condition where report type is "contents".

Test the condition where report type is "print".

Instructions 4

content4a.html

content4b.html

content4c.html

contents5.sas Test the condition where output path does not exist.

Test the condition where output file extension is not .html.

Test the condition where output file is not specified.

Test the condition where output path is not specified.

Instructions 5

contents5.log

contents6.sas Test the condition where output file is not specified. 

Test the condition where output file is specified.

Instructions 6

contents.html

contents6.html

contentsgui.sas Test the condition of changing Source Data by entering new path directly into the Source Data field.

Test the condition of updating dataset list each time the Source Data changed.

Instructions 7
contentsgui.sas Test the condition of changing Source Data by using "Select" dialog. Instructions 8
contentsgui.sas Test the Select All button. Instructions 9
contentsgui.sas Test the condition of missing Source Data. Instructions 10
contentsgui.sas Test the condition where the Source Data does not exist. Instructions 11
contentsgui.sas Test the condition of changing the Source Data without refreshing. Instructions 12
contentsgui.sas Test the condition where there is no dataset selected. Instructions 13
contentsgui.sas Test the condition where the output file is not specified. Instructions 14
contentsgui.sas Test the condition where the output file path does not exist. Instructions 15
contentsgui.sas Test the condition where the output file name is not valid. Instructions 16
contentsgui.sas Test the condition where the output file path is not specified. Instructions 17
contentsgui.sas Test the condition where the output file name is not specified. Instructions 18
contentsgui.sas Test changing output file by entering the name and path directly into the Output File field.

Test changing output file by using the "Save as" dialog.

Instructions 19

contents19a.html

contents19b.html

contentsgui.sas Test the "Save Code" feature. Instructions 20

contents.sas

contentsgui.sas Test the condition of generating the report base on the Report Type. Instructions 21

contents21a.html

contents21b.html

contents21c.html

contents7.sas Test the condition where there are some input datasets cannot be opened. Instructions 22

contents7.log

contents8.sas Test the condition where all input datasets cannot be opened. Instructions 23

contents8.log

contentsgui.sas Test the condition where there are some selected datasets cannot be opened. Instructions 24
contentsgui.sas Test the condition where all input datasets cannot be opened.. Instructions 25
contentsgui.sas Test the condition of displaying the selections from the previous session. Instructions 26
contentsgui.sas Test the condition of displaying the previous selection where the saved source data path is no longer exist. Instructions 27
contentsgui.sas Test the condition of displaying the previous selection where the dataset has been changed.. Instructions 28
contentsgui.sas Test the preview button. Instructions 29
contentsgui.sas Test the condition of displaying process status and result status. Instructions 30

Instructions 1
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.
  2. Right mouse click on the contents1.sas program and select "Batch Submit".
  3. Open the contents1.log in a text editor.
  4. Verify that there are following error messages.

    ERROR: [contents] is missing required parameter INDATA. 
    ERROR: [contents] contains an invalid libname specification for: invalid
    ERROR: [contents] was unable to find data data.invalid specified by parameter INDATA.

Instructions 2
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.
  2. Open the contents2.sas program in a text editor.
  3. Modify the output path so it reflects the current "saspgm" directory.
  4. Save and close the program.
  5. Right mouse click on the program and select "Batch Submit".
  6. In the content2a.html, only two datasets "ae" and "dm" are documented..
  7. In the content2b.html, all datasets in the library data are documented.

Instructions 3
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.
  2. Right mouse click on the contents1.sas program and select "Batch Submit".
  3. Verify that there is no output html file created.
  4. Open the contents3.log in a text editor.
  5. Verify that there are following error messages.

    ERROR: [contents] contains a report type (REPTYPE) specification. 
    NOTE: Valid report type include: both, contents or print.

Instructions 4
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.
  2. Open the contents4.sas program in a text editor.
  3. Modify the output path so it reflects the current "saspgm" directory.
  4. Save and close the program.
  5. Right mouse click on the program and select "Batch Submit".
  6. In the content4a.html, verify that the dataset ae has been documented by both proc print and proc contents..
  7. In the content4b.html, verify that the dataset ae has been documented by only proc contents.
  8. In the content4c.html, verify that the dataset ae has been documented by only proc print.

Instructions 5
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.
  2. Open the contents5.sas program in a text editor.
  3. Replace the following part of the output parameters so it reflects your current path of "saspgm" directory.

    "d:\My Projects\cdiscbuilder\testing\saspgm".
     
  4. Right mouse click on the contents5.sas program and select "Batch Submit".
  5. Verify that there is no output html file created.
  6. Open the contents5.log in a text editor.
  7. Verify that there are following error messages.

    ERROR: [contents] the output file path does not exist.
    ERROR: [contents] the output file name is invalid.
    ERROR: [contents] the output file name is invalid.
    ERROR: [contents] the output file path is missing.

Instructions 6
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.
  2. Open the contents6.sas program in a text editor.
  3. Modify the output path so it reflects the current "testing" directory.
  4. Save and close the program.
  5. Right mouse click on the program and select "Batch Submit".
  6. Verify that it generates a contents.html file in the current "saspgm" directory.
  7. Verify that it generates a contents6.html in the validation "testing" directory.
  8. Verify that these two report files are similar to each other.

Instructions 7
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Replace the current path in the Source Data field with the current path of  the validation "data" directory and hit Enter.

  5. Verify that the dataset list is updated with list of datasets from the "data" directory.

  6. Enter the path of the sub-folder "contents" of the validation "data" directory and press Enter.

  7. Verify that all the datasets in the selected folder are listed in the dataset list.

  8. Enter a path which point to an empty directory and hit Enter.

  9. Verify that the dataset list is empty.

  10. Enter a path which does not exist and press Enter.

  11. Verify that there is a dialog displayed with the message "WARNING: Source Data does not exist.".

  12. Click on the OK button to close the message box.

  13. Click on the Cancel button to exit.

Instructions 8
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Click on the "..." button next to the Source Data field.

  5. Verify that the "Select" dialog is opened.

  6. Navigate to the validation "data" directory and click OK.

  7. Verify that the path of the "data" directory is displayed in the Source Data field.

  8. Verify that all datasets in the selected "data" directory are displayed in the "Data Sets" list.

  9. Click on the "..." button to open the "Select" dialog.

  10. Navigate to an empty directory and click on the OK button.

  11. Verify that the Source Data has been updated with the selected path.

  12. Verify that the dataset list has been updated.

  13. Open the "Select" dialog again.

  14. Navigate to the sub-folder "contents" of "data" directory.

  15. Click on the Cancel button.

  16. Verify that the Source Data and the dataset list have not been changed.

  17. Click on the Cancel button to exit.

Instructions 9
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Click on the "..." button to open the "Select" dialog.

  5. Navigate to the sub-folder "contents" of the validation "data" directory and click on the OK button.

  6. Click on the Select All button next to the "Data Set" list.

  7. Verify that all the datasets in the list are selected.

  8. Click on the Select All button again.

  9. Verify that all the datasets in the list are de-selected.

  10. Click on the Cancel button to exit.

Instructions 10
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Remove current path from Source Data field and hit Enter.

  5. Click on the OK button.

  6. Verify that there is a dialog displayed with the message "WARNING: The field (Source Data) contains a missing value.".

  7. Close the message box.

  8. Click on the Cancel button to exit.

Instructions 11
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Enter a path that does not exist into the Source Data field.

  5. Click on the OK button.

  6. Verify that there is a dialog box displayed with the message "WARNING: Source Data does not exist.".

  7. Click on the OK button to close the message box.

  8. Click on the Cancel button to close the CONTENTS dialog.

Instructions 12
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Click on the "..." button to open the "Select" dialog.

  5. Navigate to the sub-folder "contents" of the validation "data" directory and click on the OK button.

  6. Click on the Select All button next to the "Data Set" list.

  7. Enter a new path into Source Data but do not press Enter.

  8. Click on the OK button.

  9. Verify that there is a dialog displayed with the message "WARNING: You have chosen a new library path without refreshing. Please click on the text box and hit enter to refresh.".

  10. Click on the OK button to close the message dialog box.

  11. Click on the Cancel button to close the CONTENTS dialog.

Instructions 13
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Click on the "..." button to open the "Select" dialog.

  5. Navigate to the sub-folder "contents" of the validation "data" directory and click on the OK button.

  6. De-select all selected datasets in the dataset list if any.

  7. Click on the OK button.

  8. Verify that there is a dialog displayed with the message "WARNING: There is no dataset selected.".

  9. Click on the OK button to close the message box.

  10. Click on the Cancel button to close the CONTENTS dialog.

Instructions 14
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Click on the "..." button to open the "Select" dialog.

  5. Navigate to the sub-folder "contents" of the validation "data" directory and click on the OK button.

  6. Click on the Select All button to select all datasets in the list.

  7. Remove the current value of the Output File field.

  8. Click on the OK button.

  9. Verify that there is a dialog displayed with the message "WARNING: The field (Output File) contains a missing value.".

  10. Click on the OK button to close the message box.

  11. Click on the Cancel button to close the Contents dialog.

Instructions 15
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Click on the "..." button to open the "Select" dialog.

  5. Navigate to the sub-folder "contents" of the validation "data" directory and click on the OK button.

  6. Click on the Select All button to select all datasets in the list.

  7. Enter "d:\My Projects\cdiscbuilder\testing\saspgm\invalid\contents.html" into the Output File field.

  8. Replace "d:\My Projects\cdiscbuilder\testing\saspgm" with the path of the validation "saspgm" directory in your pc.

  9. Click on the OK button.

  10. Verify that there is a dialog displayed with the message "WARNING: The output path does not exist.".

  11.  Click on the OK button to close the message box.

  12. Click on the Cancel button to close the Contents dialog.

Instructions 16
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Click on the "..." button to open the "Select" dialog.

  5. Navigate to the sub-folder "contents" of the validation "data" directory and click on the OK button.

  6. Click on the Select All button to select all datasets in the list.

  7. Enter "d:\My Projects\cdiscbuilder\testing\saspgm\contents.invalid" into the Output File field.

  8. Replace "d:\My Projects\cdiscbuilder\testing\saspgm" with the path of the validation "saspgm" directory in your pc.

  9. Click on the OK button.

  10. Verify that there is a dialog displayed with the message "WARNING: The output file name is invalid".

  11.  Click on the OK button to close the message box.

  12. Click on the Cancel button to close the Contents dialog.

Instructions 17
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Click on the "..." button to open the "Select" dialog.

  5. Navigate to the sub-folder "contents" of the validation "data" directory and click on the OK button.

  6. Click on the Select All button to select all datasets in the list.

  7. Enter "contents.html" into the Output File field.

  8. Click on the OK button.

  9. Verify that there is a dialog displayed with the message "WARNING: The output path is missing".

  10.  Click on the OK button to close the message box.

  11. Click on the Cancel button to close the Contents dialog.

Instructions 18
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Click on the "..." button to open the "Select" dialog.

  5. Navigate to the sub-folder "contents" of the validation "data" directory and click on the OK button.

  6. Click on the Select All button to select all datasets in the list.

  7. Enter "d:\My Projects\cdiscbuilder\testing\saspgm\" into the Output File field.

  8. Replace "d:\My Projects\cdiscbuilder\testing\saspgm" with the current path of the validation "saspgm" directory in your pc.

  9. Click on the OK button.

  10. Verify that there is a dialog displayed with the message "WARNING: The output file name is missing.".

  11.  Click on the OK button to close the message box.

  12. Click on the Cancel button to close the Contents dialog.

Instructions 19
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Click on the "..." button to open the "Select" dialog.

  5. Navigate to the sub-folder "contents" of the validation "data" directory and click on the OK button.

  6. Click on the Select All button to select all datasets in the list.

  7. Enter "d:\My Projects\cdiscbuilder\testing\contents19a.html" into the Output File field.

  8. Replace "d:\My Projects\cdiscbuilder\testing" with the current path of the validation "testing" directory in your pc.

  9. Click on the OK button.

  10. Verify that it generates an html file named "contents19a.html" in the validation "testing" directory.

  11. Click on the "..." button next to the Output File field.

  12. Verify that it opens the "Save As" dialog.

  13. Navigate to the validation "saspgm" directory and save the file under the name "contents19b.html".

  14. Click on the OK button.

  15. Verify that it generates an html file named "contents19b.html" in the validation "saspgm" directory.

  16. Verify that these two files are similar to each other.

  17. Click on the Cancel button to close the Contents dialog.

Instructions 20
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Click on the "..." button to open the "Select" dialog.

  5. Navigate to the sub-folder "contents" of the validation "data" directory and click on the OK button.

  6. Click on the Select All button to select all datasets in the list.

  7. Click on the Save Code button.

  8. Verify that it opens the Save Code dialog.

  9. In the Save Code dialog, click on the "..." button next to the Path field.

  10. Verify that the "Select" dialog is opened.

  11. Navigate to the "saspgm" directory and click on the OK button.

  12. Enter "contents" into the File name field.

  13. Click on the OK button.

  14. Verify that it creates a sas program named "contents.sas" in the "saspgm" directory and open it in the View Code dialog.

  15. Click on the Back button to go back to the Contents dialog.

  16. Click on the Cancel button to close the Contents dialog.

Instructions 21
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.

  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".

  3. Verify that the CONTENTS dialog is opened.

  4. Click on the "..." button to open the "Select" dialog.

  5. Navigate to the sub-folder "contents" of the validation "data" directory and click on the OK button.

  6. Click on the Select All button to select all datasets in the list.

  7. Select "PROC PRINT" from the Report Type pull-down list.

  8. Change the default output file name from "contents.html" to "contents21a.html".

  9. Click on the OK button.

  10. Verify that it generates an html file named "contents21a.html" in default directory.

  11. Verify that all datasets have been documented by proc print only.

  12. Select "PROC CONTENTS" from the Report Type pull-down list.

  13. Change the default output file name from "contents21a.html" to "contents21b.html".

  14. Click on the OK button.

  15. Verify that it generates an html file named "contents21b.html" in default directory.

  16. Verify that all datasets have been documented by proc contents only.

  17. Select "BOTH" from the Report Type pull-down list.

  18. Change the default output file name from "contents21b.html" to "contents21c.html".

  19. Click on the OK button.

  20. Verify that it generates an html file named "contents21c.html" in default directory.

  21. Verify that all datasets have been documented by both proc contents and proc print.

  22. Click on the Cancel button to close the Contents dialog.

Instructions 22
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the sub-directory "contents" of the "data" directory.
  2. Rename the two files invalid1 and invalid2 to invalid1.sas7bdat and invalid2.sas7bdat.
  3. Navigate to the validation "saspgm" directory.
  4. Right mouse click on the contents7.sas program and select "Batch Submit".
  5. Verify that it creates a log file and a contents.html file into the current "saspgm" directory.
  6. Open the log file in a text editor.
  7. Verify that there are following warning messages.

    WARNING: [contents] was unable to access data invalid1 
    located at: d:\My Projects\SAS\CDISCBUILDER\testing\data\contents. 

    WARNING: [contents] was unable to access data invalid2 
    located at: d:\My Projects\SAS\CDISCBUILDER\testing\data\contents.
  8. Verify that there is no error message.
  9. Close the log file.
  10. Rename the two file invalid1.sas7bdat and invalid2.sas7bdat back to invalid1 and invalid2.

Instructions 23
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the sub-directory "contents" of the "data" directory.
  2. Rename the two files invalid1 and invalid2 to invalid1.sas7bdat and invalid2.sas7bdat.
  3. Navigate to the validation "saspgm" directory.
  4. Right mouse click on the contents7.sas program and select "Batch Submit".
  5. Verify that it only creates a log file.
  6. Open the log file in a text editor.
  7. Verify that there are following warning messages.

    WARNING: [contents] was unable to access data data.invalid1 
    located at: d:\My Projects\SAS\CDISCBUILDER\testing\data\contents. 


    WARNING: [contents] was unable to access data data.invalid2 
    located at: d:\My Projects\SAS\CDISCBUILDER\testing\data\contents. 


    ERROR: [contents] there is no valid dataset specified.
  8. Close the log file.
  9. Rename the two file invalid1.sas7bdat and invalid2.sas7bdat back to invalid1 and invalid2.

Instructions 24
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the sub-directory "contents" of the "data" directory.
  2. Rename the two files invalid1 and invalid2 to invalid1.sas7bdat and invalid2.sas7bdat.
  3. Navigate to the validation "saspgm" directory.
  4. Right mouse click on the contentsgui.sas program and select "Batch Submit".
  5. Enter the path of the "contents" directory into the Source Data field and hit Enter.
  6. Select all the datasets in the dataset list and click on the OK button.
  7. Verify that there is a dialog displayed with the message "WARNING: unable to open datasets: INVALID1 INVALID2.  These datasets will be excluded.'.
  8. Click on the OK button to close the dialog box.
  9. Verify that it creates the output html file under the selected path.
  10. Click on the Cancel button to close the dialog.
  11. Rename the two file invalid1.sas7bdat and invalid2.sas7bdat back to invalid1 and invalid2.

Instructions 25
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the sub-directory "contents" of the "data" directory.
  2. Rename the two files invalid1 and invalid2 to invalid1.sas7bdat and invalid2.sas7bdat.
  3. Navigate to the validation "saspgm" directory.
  4. Right mouse click on the contentsgui.sas program and select "Batch Submit".
  5. Enter the path of the "contents" directory into the Source Data field and hit Enter.
  6. Select INVALID1 and INVALID2 from the dataset list and click on the OK button.
  7. Verify that there is a dialog displayed with the message "WARNING: unable to open datasets: INVALID1 INVALID2.  These datasets will be excluded.".
  8. Click on the OK button to close the dialog box.
  9. Select only INVALID1 from the dataset list and click on the OK button.
  10. Verify that there is a dialog displayed with the message "WARNING: unable to open dataset: INVALID1.  This dataset will be excluded.".
  11. Close the message dialog box.
  12. Verify that there is no output html file created.
  13. Click on the Cancel button to close the dialog.
  14. Rename the two file invalid1.sas7bdat and invalid2.sas7bdat back to invalid1 and invalid2.

Instructions 26
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.
  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".
  3. Enter the path of the "contents" directory into the Source Data field and hit Enter.
  4. From the list of dataset, select DM, DS, and SU from the dataset list.
  5. Select PROC PRINT from the report type.
  6. Change the output file name from contents.html to test.html.
  7. Click on the Cancel button to close the dialog.
  8. Open the Contents dialog again by submitting the contntsgui.sas program.
  9. Verify that the current Source Data field displays the path of "contents" directory.
  10. Verify that the DM, DS, and SU dataset are selected.
  11. Verify that the current selected report type is PROC PRINT.
  12. Verify that the output file name is test.html
  13. Click on the Cancel button to exit.

Instructions 27
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.
  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".
  3. Enter the path of the "contents" directory into the Source Data field and hit Enter.
  4. Select all items from the list of datasets.
  5. Click on the Cancel button to close the dialog.
  6. Rename the directory "contents" to "contents1".
  7. Open the Contents dialog again.
  8. Verify that the path of the "saspgm" directory is displayed in the Source Data field instead of the path of "contents".
  9. Verify that the "BOTH" has been selected as the default report type.
  10. Verify that the default output file is "contents.html" in the Source Data directory.
  11. Close the Contents dialog.
  12. Rename the "contents1" directory back to "contents".

Instructions 28
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the validation "saspgm" directory.
  2. Right mouse click on the contentsgui.sas program and select "Batch Submit".
  3. Enter the path of the "contents" directory into the Source Data field and hit Enter.
  4. Select EX and SU from the list of datasets.
  5. Click on the Cancel button.
  6. Navigate to the "contents" directory.
  7. Rename "SU" dataset to "SU1".
  8. Open the Contents dialog again.
  9. Verify that the Source Data directory is "contents".
  10. Verify that the first dataset in dataset list has been selected instead of EX.
  11. Click on the Cancel button to exit.
  12. Rename the "SU1" dataset back to "SU".

Instructions 29
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the "testing\data\contents" directory.
  2. Rename the file "grades" into "grades.sas7bdat".
  3. Navigate to the validation "saspgm" directory.
  4. Right mouse click on the contentsgui.sas program and select "Batch Submit".
  5. Click on the "..." button next to the Source Data field to open the Select dialog.
  6. Navigate to the "testing\data\contents" directory and click OK to select.
  7. Click on the Select All button to select all the datasets in the Dataset list.
  8. Click on the Preview button.
  9. Verify that there is a screen with a progress bar showing the status of previewing selected datasets.
  10. Verify that there is a dialog box displayed with the message "WARNING: the following dataset contains user-defined format(s): GRADES.".
  11. Click on the OK button to close the warning message box.
  12. Verify that there is a Result Status screen displayed with the result of evaluating the log file.
  13. Click "< Back" to close the Result Status screen.
  14. Verify that an html file is opened with 100 first observations of each datasets.
  15. Verify that you still see the observation of dataset GRADES.
  16. Click on the Cancel button to exit.
  17. Rename the file "grades.sas7bdat" to "grades".

Instructions 30
The following instructions are accomplished through Windows Explorer.

  1. Navigate to the "testing\data\contents" directory.
  2. Rename the file "grades" to "grades.sas7bdat".
  3. Navigate to the validation "saspgm" directory.
  4. Right mouse click on the contentsgui.sas program and select "Batch Submit".
  5. Click on the "..." button next to the Source Data field to open the Select dialog.
  6. Navigate to the "testing\data\contents" directory and click OK to select.
  7. Click on the Select All button to select all the datasets in the Dataset list.
  8. Click on the OK button.
  9. Verify that there is a progress bar displayed with the status of generating output html file.
  10. Verify that there is a Result Status screen opened with the result of evaluating the log.
  11. Click on the "Back" button to close the Result Status screen.
  12. Click on the Cancel button to exit.

For more information, please contact MXI .

 
     Meta-Xceed Inc. © 2009